home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 424_02 / ED-157 / emul_dec.h < prev    next >
C/C++ Source or Header  |  1993-09-10  |  430b  |  7 lines

  1. /* Included by: INIT_TERMINAL */
  2. extern Char *EMU_SCREEN,*EMU_ATTRIB;    /* screen image and attribute mask */
  3. extern int EMU_NROW,EMU_NCOL;    /* size of screen and attrib */
  4. extern int EMU_CURROW,EMU_CURCOL;    /* cursor position (zero-based) */
  5. extern int EMU_CURATT;    /* current attribute setting, <0> = reverse, <1> = bold, <2> = underline, <3> = flashing */
  6. extern Char BRAINDEAD;    /* terminal has no capabilities, use special mode */
  7.